home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / pixplay / pixplay.exe / {app} / PixPlay.exe / 0 / RCDATA / TDLGRECSOUND / TDLGRECSOUND.txt
Text File  |  2004-12-09  |  3KB  |  146 lines

  1. object dlgRecSound: TdlgRecSound
  2.   Left = 455
  3.   Top = 243
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Record Sound'
  7.   ClientHeight = 186
  8.   ClientWidth = 387
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 370
  24.     Height = 137
  25.     Shape = bsFrame
  26.   end
  27.   object lblTime: TLabel
  28.     Left = 20
  29.     Top = 74
  30.     Width = 90
  31.     Height = 13
  32.     Caption = 'Length: 0 Seconds'
  33.   end
  34.   object Label1: TLabel
  35.     Left = 20
  36.     Top = 20
  37.     Width = 334
  38.     Height = 39
  39.     Caption = 
  40.       'This dialog allows you to record a sound that will be played dur' +
  41.       'ing your slideshow (such as your voice).  '#13#10'NOTE: You need to ha' +
  42.       've a microphone connected.'
  43.     WordWrap = True
  44.   end
  45.   object Label2: TLabel
  46.     Left = 160
  47.     Top = 4
  48.     Width = 69
  49.     Height = 13
  50.     Caption = 'Sound Quality:'
  51.     Visible = False
  52.   end
  53.   object MediaPlayer1: TMediaPlayer
  54.     Left = 24
  55.     Top = 128
  56.     Width = 29
  57.     Height = 30
  58.     VisibleButtons = [btRecord]
  59.     Visible = False
  60.     TabOrder = 0
  61.   end
  62.   object btnRecord: TsitBitBtn
  63.     Left = 20
  64.     Top = 98
  65.     Width = 113
  66.     Height = 25
  67.     Caption = 'Start Recording'
  68.     TabOrder = 1
  69.     OnClick = btnRecordClick
  70.     Images = frmMain.ilstButtons16
  71.     ImageIndex = 43
  72.   end
  73.   object btnStop: TsitBitBtn
  74.     Left = 140
  75.     Top = 98
  76.     Width = 105
  77.     Height = 25
  78.     Caption = 'Stop'
  79.     Enabled = False
  80.     TabOrder = 2
  81.     OnClick = btnStopClick
  82.     Images = frmMain.ilstButtons16
  83.     ImageIndex = 44
  84.   end
  85.   object btnPlay: TsitBitBtn
  86.     Left = 252
  87.     Top = 98
  88.     Width = 113
  89.     Height = 25
  90.     Caption = 'Play Recording'
  91.     Enabled = False
  92.     TabOrder = 3
  93.     OnClick = btnPlayClick
  94.     Images = frmMain.ilstButtons16
  95.     ImageIndex = 42
  96.   end
  97.   object btnSave: TsitBitBtn
  98.     Left = 209
  99.     Top = 152
  100.     Width = 80
  101.     Height = 25
  102.     Caption = 'Save'
  103.     Default = True
  104.     Enabled = False
  105.     ModalResult = 1
  106.     TabOrder = 4
  107.     OnClick = btnSaveClick
  108.     Images = frmMain.ilstButtons16
  109.     ImageIndex = 2
  110.   end
  111.   object BitBtn2: TsitBitBtn
  112.     Left = 297
  113.     Top = 152
  114.     Width = 80
  115.     Height = 25
  116.     Cancel = True
  117.     Caption = 'Cancel'
  118.     ModalResult = 2
  119.     TabOrder = 5
  120.     OnClick = BitBtn2Click
  121.     Images = frmMain.ImageList1
  122.     ImageIndex = 1
  123.   end
  124.   object cmbSoundQuality: TComboBox
  125.     Left = 240
  126.     Top = 0
  127.     Width = 129
  128.     Height = 21
  129.     Style = csDropDownList
  130.     ItemHeight = 13
  131.     TabOrder = 6
  132.     Visible = False
  133.     Items.Strings = (
  134.       'Standard (mono)'
  135.       'Standard (stereo)'
  136.       'High (mono)'
  137.       'High (stereo)')
  138.   end
  139.   object Timer1: TTimer
  140.     Enabled = False
  141.     OnTimer = Timer1Timer
  142.     Left = 64
  143.     Top = 128
  144.   end
  145. end
  146.